home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch06s02s03.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  4.8 KB  |  126 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>2.3.┬áGaussian Blur</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch06s02.html" title="2.┬áBlur filters" />
  12.     <link rel="prev" href="ch06s02s02.html" title="2.2.┬áBlur" />
  13.     <link rel="next" href="ch06s02s04.html" title="2.4.┬áSelective Gaussian Blur" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">2.┬áBlur filters</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch06s02s02.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">2.3.┬áGaussian Blur</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch06s02s04.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="plug-in-gauss"></a>2.3.┬áGaussian Blur</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <a id="id3472184" class="indexterm"></a>
  38.       <div class="mediaobject">
  39.         <img src="../images/filters/filters-blur-gaussIIR.png" />
  40.       </div>
  41.       <div class="simplesect" lang="en" xml:lang="en">
  42.         <div class="titlepage">
  43.           <div>
  44.             <div>
  45.               <h4 class="title"><a id="id3472218"></a>Overview</h4>
  46.             </div>
  47.           </div>
  48.         </div>
  49.         <p>
  50.           This filter is found in 
  51.           <span class="guimenuitem">Image>Filters/Blur/Gaussian Blur</span>
  52.         </p>
  53.         <p>
  54.           The IIR Gaussian Blur plug-in acts on each pixel of the
  55.           active layer or selection, setting its Value to the average
  56.           of all pixel Values present in a radius defined in the
  57.           dialog. A  higher Value will produce a higher amount of
  58.           blur. The blur can be set to act in one direction more than
  59.           the other by  clicking the Chain Button so that it is
  60.           broken, and altering the radius. GIMP supports two
  61.           implementations of Gaussian Blur: IIR G.B. and RLE G.B. They
  62.           both produce the same results, but each one can be faster in
  63.           some cases.
  64.         </p>
  65.       </div>
  66.       <div class="simplesect" lang="en" xml:lang="en">
  67.         <div class="titlepage">
  68.           <div>
  69.             <div>
  70.               <h4 class="title"><a id="id3472252"></a>Options</h4>
  71.             </div>
  72.           </div>
  73.         </div>
  74.         <div class="variablelist">
  75.           <dl>
  76.             <dt>
  77.               <span class="term">Blur Radius</span>
  78.             </dt>
  79.             <dd>
  80.               <p>
  81.             Here you can set the blur intensity. By altering the ratio of horizontal to vertical blur, you can 
  82.             give the effect of a motion blur. You can choose the unit with the drop list.
  83.           </p>
  84.             </dd>
  85.             <dt>
  86.               <span class="term">Blur Method</span>
  87.             </dt>
  88.             <dd>
  89.               <p>
  90.             <span class="guilabel">IIR</span>: IIR stands for "Infinite Impulse
  91.             Responce".This blur works best for large radius values and
  92.             for images which are not computer generated.
  93.           </p>
  94.               <p>
  95.             <span class="guilabel">RLE</span>: RLE stands for run-length
  96.             encoding. RLE Gaussian Blur is best used on
  97.             computer-generated images or those with large areas of
  98.             constant intensity.
  99.           </p>
  100.             </dd>
  101.           </dl>
  102.         </div>
  103.       </div>
  104.     </div>
  105.     <div class="navfooter">
  106.       <hr />
  107.       <table width="100%" summary="Navigation footer">
  108.         <tr>
  109.           <td width="40%" align="left"><a accesskey="p" href="ch06s02s02.html">Prev</a>┬á</td>
  110.           <td width="20%" align="center">
  111.             <a accesskey="u" href="ch06s02.html">Up</a>
  112.           </td>
  113.           <td width="40%" align="right">┬á<a accesskey="n" href="ch06s02s04.html">Next</a></td>
  114.         </tr>
  115.         <tr>
  116.           <td width="40%" align="left" valign="top">2.2.┬áBlur┬á</td>
  117.           <td width="20%" align="center">
  118.             <a accesskey="h" href="index.html">Home</a>
  119.           </td>
  120.           <td width="40%" align="right" valign="top">┬á2.4.┬áSelective Gaussian Blur</td>
  121.         </tr>
  122.       </table>
  123.     </div>
  124.   </body>
  125. </html>
  126.